home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 March / macformat-048.iso / Demos / Musee d'Orsay / ORSAY / DATAOR / LOGO.DXR / 00036.ls < prev    next >
Encoding:
Text File  |  1996-06-17  |  278 b   |  19 lines

  1. on waitForSound channel
  2.   if soundBusy(channel) then
  3.     go(the frame)
  4.   end if
  5. end
  6.  
  7. on wait wichtime
  8.   set timedeb to the timer
  9.   repeat while (the timer - timedeb) < (wichtime * 60)
  10.     if the mouseDown then
  11.       quit()
  12.     end if
  13.   end repeat
  14. end
  15.  
  16. on mouseDown
  17.   quit()
  18. end
  19.